-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for all recognized Kustomize config file names #864
Support for all recognized Kustomize config file names #864
Conversation
9fc807d
to
0014c64
Compare
Hi @crabique, thanks very much for the contribution! The tests are failing, below is the output from the GitHub Action. Please run
|
0014c64
to
166c643
Compare
Signed-off-by: crabique <[email protected]>
Signed-off-by: crabique <[email protected]>
166c643
to
9a8e210
Compare
Hi @matheuscscp! Thanks, I fixed the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @crabique!
Hi! Kustomize supports 3 slightly different variants of
Kustomization
configs file names in RecognizedKustomizationFileNames():This PR adds support for the last one, as at the moment it would be optimized away by the controller and ignored.
I also changed the existing
kustomization.yaml
test file extension as there was not a single.yml
file in the fixture.It seemed appropriate for the Kustomize one as it's also one of the canonically recognized names.